home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TCONFIRMAR / TCONFIRMAR.txt < prev   
Text File  |  2008-07-21  |  2KB  |  101 lines

  1. object Confirmar: TConfirmar
  2.   Tag = 49300
  3.   Left = 383
  4.   Top = 134
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Contrase∩┐╜a'
  8.   ClientHeight = 154
  9.   ClientWidth = 368
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   Scaled = False
  17.   Icon.Data = {<image000.ico>}
  18.   KeyPreview = True
  19.   OldCreateOrder = True
  20.   Position = poScreenCenter
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object ButtonAceptar: TPlaButton
  26.     Tag = 2200
  27.     Left = 200
  28.     Top = 122
  29.     Width = 73
  30.     Height = 21
  31.     Caption = '&Aceptar'
  32.     TabOrder = 0
  33.     OnClick = ButtonAceptarClick
  34.     Default = True
  35.     ModalResult = 1
  36.   end
  37.   object ButtonCancelar: TPlaButton
  38.     Tag = 2400
  39.     Left = 281
  40.     Top = 122
  41.     Width = 73
  42.     Height = 21
  43.     Caption = '&Cancelar'
  44.     TabOrder = 2
  45.     Cancel = True
  46.     ModalResult = 2
  47.   end
  48.   object GroupBoxConfirmar: TPlaGroupBox
  49.     Left = 14
  50.     Top = 7
  51.     Width = 340
  52.     Height = 100
  53.     TitleFont.Charset = DEFAULT_CHARSET
  54.     TitleFont.Color = 13977088
  55.     TitleFont.Height = -11
  56.     TitleFont.Name = 'Tahoma'
  57.     TitleFont.Style = []
  58.     Caption = 'Contrase∩┐╜a de acceso'
  59.     TabOrder = 1
  60.     object LblTitulo: TLabel
  61.       Tag = 23900
  62.       Left = 57
  63.       Top = 19
  64.       Width = 270
  65.       Height = 39
  66.       AutoSize = False
  67.       Caption = 
  68.         'Esta secci∩┐╜n de tu antivirus se encuentra restringida, para pode' +
  69.         'r acceder a sus opciones debes introducir la contrase∩┐╜a de acces' +
  70.         'o.'
  71.       Transparent = True
  72.       WordWrap = True
  73.     end
  74.     object Image1: TImage
  75.       Left = 10
  76.       Top = 22
  77.       Width = 32
  78.       Height = 32
  79.       Picture.Data = {<image001.bmp>}
  80.       Transparent = True
  81.     end
  82.     object TxtContrasena: TLabel
  83.       Left = 57
  84.       Top = 70
  85.       Width = 60
  86.       Height = 13
  87.       Caption = 'Contrase∩┐╜a:'
  88.       Transparent = True
  89.     end
  90.     object EditContras: TPlaEdit
  91.       Left = 132
  92.       Top = 67
  93.       Width = 193
  94.       Height = 21
  95.       PasswordChar = '*'
  96.       TabOrder = 0
  97.       Transparent = False
  98.     end
  99.   end
  100. end
  101.